@charset "UTF-8";
body {
  color: #888;
  font-size: 14px; }

.common .img-center {
  text-align: center; }
.common .cont {
  width: 1200px;
  margin: 0 auto; }
.common .cont-tow {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto; }
.common header .head_top .cont {
  height: 120px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .common header .head_top .cont .logo {
    margin-left: 60px;
    flex: 0 0 296px; }
    .common header .head_top .cont .logo img {
      width: 100%; }
  .common header .head_top .cont .language {
    margin-right: 60px; }
    .common header .head_top .cont .language .lag_top {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .common header .head_top .cont .language .lag_top form {
        width: 240px;
        margin-right: 7px;
        display: flex;
        align-items: center; }
        .common header .head_top .cont .language .lag_top form .text {
          flex: 0 0 182px;
          width: 182px;
          height: 30px;
          box-sizing: border-box;
          border: 1px solid #159215;
          line-height: 30px;
          padding: 0 10px;
          color: #000; }
        .common header .head_top .cont .language .lag_top form .submit {
          width: 58px;
          flex: 0 0 58px;
          height: 30px;
          border: none;
          outline: none;
          line-height: 30px;
          background: #159215;
          transition: all 0.3s;
          color: #fff; }
          .common header .head_top .cont .language .lag_top form .submit:hover {
            background: #0d7f01; }
      .common header .head_top .cont .language .lag_top .iphone {
        padding-left: 7px;
        display: flex;
        align-items: center;
        border-left: 1px dashed #7f7f7f; }
        .common header .head_top .cont .language .lag_top .iphone .iconfont {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 30px;
          height: 30px;
          border-right: 4px;
          margin-right: 7px;
          color: #fff;
          background: #159215; }
        .common header .head_top .cont .language .lag_top .iphone p {
          font-size: 22px;
          color: #000; }
    .common header .head_top .cont .language .lag_bot {
      margin-top: 7px;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .common header .head_top .cont .language .lag_bot a {
        display: flex;
        align-items: center;
        margin-left: 10px;
        font-size: 16px;
        color: #171717; }
        .common header .head_top .cont .language .lag_bot a img {
          margin-right: 4px; }
.common header .nav {
  height: 40px;
  background: #124e2c; }
  .common header .nav .nav_cont {
    width: 1630px;
    max-width: 100%;
    height: 53px;
    margin: -13px auto 0;
    text-align: center; }
    .common header .nav .nav_cont ul {
      height: 40px;
      padding: 0 114px;
      background: #0a882e;
      display: flex;
      align-items: center; }
      .common header .nav .nav_cont ul li {
        flex: 1; }
        .common header .nav .nav_cont ul li .info {
          display: none;
          width: 100%;
          z-index: 100;
          position: absolute;
          top: 40px;
          left: 0;
          background: #0a882e; }
          .common header .nav .nav_cont ul li .info a {
            display: block;
            padding: 14px 0;
            font-size: 18px;
            color: #fff;
            text-align: center;
            transition: all 0.3s; }
        .common header .nav .nav_cont ul li > a {
          display: block;
          width: 100%;
          text-align: center;
          font-size: 18px;
          height: 40px;
          color: #fff;
          line-height: 40px;
          transition: all 0.3s; }
      .common header .nav .nav_cont ul li.active > a {
        background: #005223; }
      .common header .nav .nav_cont ul li:hover > a {
        background: #005223; }
      .common header .nav .nav_cont ul li:hover .info {
        display: block; }
        .common header .nav .nav_cont ul li:hover .info a:hover {
          background: #005223; }
    .common header .nav .nav_cont .bg {
      height: 13px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
.common .title-common {
  margin: 90px 0 48px;
  text-align: center; }
  .common .title-common h3 {
    color: #222;
    font-size: 26px; }
  .common .title-common > p {
    color: #7e7e7e;
    margin-top: 6px;
    text-transform: Uppercase; }
.common .introduce {
  text-indent: 2em;
  font-size: 13px;
  color: #888;
  margin-bottom: 20px; }
.common .main .pro-ul {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .common .main .pro-ul li {
    flex: 0 0 250px;
    width: 250px;
    background: #fff;
    transition: all 0.3s; }
    .common .main .pro-ul li a {
      display: block;
      overflow: hidden; }
      .common .main .pro-ul li a .img {
        width: 250px;
        height: 250px;
        overflow: hidden;
        background: #fff; }
        .common .main .pro-ul li a .img img {
          width: 100%;
          max-height: 250px;
          transition: all ease-out 0.8s; }
      .common .main .pro-ul li a p {
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        line-height: 56px;
        font-size: 18px;
        color: #222;
        transition: all 0.3s; }
  .common .main .pro-ul li:hover {
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.16); }
    .common .main .pro-ul li:hover a p {
      color: #b95f39; }
.common .audio_nav {
  text-align: center; }
  .common .audio_nav .pagination {
    margin: 20px 0 50px; }
    .common .audio_nav .pagination > li > a {
      color: #888;
      padding: 12px 22px; }
.common .nav-common .nav-one {
  margin-bottom: 10px; }
.common .nav-common .nav-two {
  margin-bottom: 50px; }
.common .nav-common .nav-one li, .common .nav-common .nav-two li {
  float: left;
  margin: 0 4px; }
  .common .nav-common .nav-one li a, .common .nav-common .nav-two li a {
    display: block;
    align-items: center;
    background: #fff;
    transition: all 0.3s;
    color: #7e7e7e;
    height: 34px;
    line-height: 34px;
    text-align: center; }
    .common .nav-common .nav-one li a span, .common .nav-common .nav-two li a span {
      padding: 0 26px; }
.common .nav-common .nav-one li + li span, .common .nav-common .nav-two li + li span {
  border-left: 1px solid #b9b9b9; }
.common .nav-common .nav-one li:hover a, .common .nav-common .nav-two li:hover a {
  color: #fff;
  background: #159215; }
.common .nav-common .nav-one li.active a, .common .nav-common .nav-two li.active a {
  color: #fff;
  background: #159215; }
.common .banner {
  margin-bottom: 60px;
  background: #5c5c5c;
  height: 200px; }
  .common .banner .cont-tow img {
    position: relative;
    width: 100%;
    top: -13px; }
.common .bot_btn {
  padding: 50px 0 68px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .common .bot_btn a {
    color: #999; }
  .common .bot_btn a:hover {
    text-decoration: underline; }
.common .text-common {
  margin-bottom: 50px;
  display: flex;
  justify-content: center; }
  .common .text-common .img {
    flex: 0 0 520px;
    width: 520px; }
  .common .text-common .right {
    display: flex;
    align-items: center; }
    .common .text-common .right .introduce {
      text-indent: 2em;
      line-height: 24px;
      padding-left: 50px;
      color: #888; }
      .common .text-common .right .introduce a {
        color: #888; }
        .common .text-common .right .introduce a:hover {
          text-decoration: underline; }
.common .Leaving {
  padding: 0 0 70px; }
  .common .Leaving .su {
    margin-top: 40px;
    text-align: center; }
    .common .Leaving .su .submit {
      width: 300px;
      height: 40px;
      text-align: center;
      color: #fff;
      background: #159215;
      transition: all 0.3s; }
      .common .Leaving .su .submit:hover {
        background: #005223; }
  .common .Leaving li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    float: left;
    width: 50%; }
    .common .Leaving li .title {
      flex: 0 0 94px;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .common .Leaving li .title p {
        text-align: right;
        color: #333; }
      .common .Leaving li .title span {
        color: #e50c0c; }
    .common .Leaving li input {
      flex: 1;
      height: 40px;
      line-height: 40px;
      color: #999;
      background: #eee;
      padding-left: 14px; }
    .common .Leaving li textarea {
      background: #eee; }
  .common .Leaving .bz {
    width: 100%; }
  .common .Leaving .code img {
    padding-left: 50px; }
.common .Journ-details .text h3 {
  text-align: center;
  font-size: 24px; }
.common .Journ-details .text address {
  text-align: center;
  margin: 20px 0 56px;
  font-size: 12px;
  color: #999; }
  .common .Journ-details .text address span + span {
    padding-left: 10px; }
.common .Journ-details .text .img {
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 420px;
  height: 300px;
  background: #ccc; }
  .common .Journ-details .text .img img {
    display: inline-block; }
.common .Journ-details p {
  line-height: 26px;
  margin-bottom: 16px; }
.common .Journ-details .textEm {
  text-indent: 2em; }
.common .Companyhonors {
  width: 1200px; }
  .common .Companyhonors > ul > li {
    float: left;
    display: flex;
    align-items: center;
    width: 20%;
    margin-left: 6.6%;
    margin-bottom: 46px; }
    .common .Companyhonors > ul > li a {
      display: block;
      padding: 6px; }
    .common .Companyhonors > ul > li .img {
      width: 100%;
      height: 190px; }
      .common .Companyhonors > ul > li .img img {
        width: 100%;
        height: 100%; }
    .common .Companyhonors > ul > li p {
      text-align: center;
      line-height: 40px;
      color: #666; }
  .common .Companyhonors > ul li:nth-child(1), .common .Companyhonors > ul li:nth-child(5) {
    margin-left: 0; }
  .common .Companyhonors > ul li:hover p {
    text-decoration: underline; }

footer .top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  font-size: 20px;
  color: #fff;
  background: #555;
  border-bottom: 1px solid #333; }
  footer .top h3 {
    margin-left: 10px; }
footer .botA {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  color: #fff;
  background: #282828; }
  footer .botA a {
    color: #fff; }
    footer .botA a:hover {
      text-decoration: underline; }
  footer .botA p + p {
    margin-left: 100px; }

.index .banner {
  margin-bottom: 60px;
  background: #5c5c5c;
  height: 540px; }
  .index .banner #carousel1 {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
    /*height: 600px;*/
    top: -13px;
    position: relative; }
    .index .banner #carousel1 .carousel-control {
      background: none;
      opacity: 1; }
    .index .banner #carousel1 ol {
      bottom: 15px; }
      .index .banner #carousel1 ol li {
        width: 60px;
        height: 6px;
        border-radius: 0;
        margin-right: 5px;
        background: #dedddd;
        border: none;
        transition: all 0.3s; }
      .index .banner #carousel1 ol .active {
        background: #b95f39; }
      .index .banner #carousel1 ol li:hover {
        background: #b95f39; }
    .index .banner #carousel1 .carousel-inner {
      height: 100%; }
.index .main .title {
  padding: 60px 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .index .main .title h3 {
    display: flex;
    align-items: center;
    font-size: 28px;
    color: #159215; }
    .index .main .title h3 p {
      padding-left: 6px; }
  .index .main .title .pro-right {
    display: flex;
    align-items: center; }
  .index .main .title ul {
    display: flex;
    align-items: center;
    margin-right: 20px; }
    .index .main .title ul li {
      width: 166px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 18px;
      color: #222;
      transition: all 0.3s;
      border: 1px dashed transparent;
      border-right-color: #222; }
    .index .main .title ul li:last-child {
      border-right: 1px dashed transparent; }
    .index .main .title ul li:hover {
      border-color: #b95f39;
      color: #b95f39; }
    .index .main .title ul li.active {
      border-color: #b95f39;
      color: #b95f39; }
  .index .main .title .gd {
    font-size: 16px;
    color: #222; }
    .index .main .title .gd span {
      font-family: "宋体"; }
  .index .main .title .gd:hover {
    text-decoration: underline; }
.index .main .jou-ul {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .index .main .jou-ul li {
    flex: 0 0 30%;
    width: 408px;
    margin-bottom: 65px; }
    .index .main .jou-ul li a {
      display: block;
      color: #888;
      transition: all 0.3s; }
      .index .main .jou-ul li a h3 {
        line-height: 70px;
        font-size: 40px; }
      .index .main .jou-ul li a p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 14px;
        line-height: 24px; }
      .index .main .jou-ul li a .tit {
        color: #222;
        font-size: 18px;
        margin-bottom: 20px; }
  .index .main .jou-ul li:hover a {
    color: #b95f39; }
    .index .main .jou-ul li:hover a .tit {
      color: #b95f39; }

.catalog01 .introduce {
  margin-bottom: 10px; }

.catalog02 .main .pro-ul li {
  margin-bottom: 50px; }
.catalog02 .main .pro-details {
  text-align: center;
  overflow: hidden; }
  .catalog02 .main .pro-details h3 {
    font-size: 26px;
    margin: 30px 0 50px; }

.catalog03 .Cooperative {
  margin-top: 70px; }
.catalog03 .Cooperative ul {
  margin-left: -40px;
}
  .catalog03 .Cooperative li {
    float: left;
    width: 270px;
    margin-bottom: 50px;
    margin-left: 40px; }
    .catalog03 .Cooperative li .img {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 286px;
      box-sizing: border-box;
      border: 1px solid #f5f5f5; }
      .catalog03 .Cooperative li .img img {
        width: 90%; }
    .catalog03 .Cooperative li h3 {
      margin: 30px 0 12px;
      font-size: 20px; }
    .catalog03 .Cooperative li p {
      font-size: 14px;
      color: #888;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 23px; }

.catalog04 .nav-common .nav-one {
  margin-bottom: 50px; }
.catalog04 .Journalism ul li {
  float: left;
  width: 366px;
  margin: 0 0 70px 50px; }
  .catalog04 .Journalism ul li .jou-tit h3 {
    font-size: 16px;
    color: #222;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 20px; }
  .catalog04 .Journalism ul li .jou-tit .line {
    display: block;
    width: 0;
    height: 1px;
    background: #dddddd;
    transition: all 1s; }
  .catalog04 .Journalism ul li .brief {
    margin: 24px 0;
    color: #888;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
  .catalog04 .Journalism ul li .time {
    font-size: 12px;
    color: #4f4f4f; }
  .catalog04 .Journalism ul li .btn-details {
    padding: 10px 25px;
    margin: 30px 0;
    color: #888;
    border: 1px solid #dadada;
    transition: all 0.3s; }
.catalog04 .Journalism ul li:nth-child(1), .catalog04 .Journalism ul li:nth-child(4) {
  margin-left: 0; }
.catalog04 .Journalism ul li:hover .jou-tit h3 {
  color: #159215; }
.catalog04 .Journalism ul li:hover .jou-tit .line {
  width: 100%; }
.catalog04 .Journalism ul li:hover .btn-details {
  color: #fff;
  background: #159215;
  border-color: #159215; }

.catalog04 .Journalism ul li:nth-child(3){
  margin-bottom: 95px;
}

.catalog05 .text-common .right {
  padding-left: 50px; }
  .catalog05 .text-common .right h3 {
    margin-bottom: 14px;
    color: #159215;
    font-size: 24px; }
  .catalog05 .text-common .right p {
    display: flex;
    align-items: center;
    line-height: 36px;
    color: #989898; }
    .catalog05 .text-common .right p .iconfont {
      padding-right: 10px;
      color: #159215; }
    .catalog05 .text-common .right p a {
      color: #989898; }
      .catalog05 .text-common .right p a:hover {
        text-decoration: underline; }

.catalog06 .img-details {
  max-width: 800px; }

.catalog07 .contactUs {
  margin-bottom: 60px; }
  .catalog07 .contactUs .top {
    display: flex;
    justify-content: space-between; }
    .catalog07 .contactUs .top .cle {
      margin-bottom: 50px;
      display: flex;
      width: 100%; }
      .catalog07 .contactUs .top .cle > div {
        flex: 0 0 25%; }
      .catalog07 .contactUs .top .cle h3 {
        height: 26px;
        margin-bottom: 14px;
        color: #159215;
        font-size: 24px; }
      .catalog07 .contactUs .top .cle p {
        display: flex;
        align-items: center;
        line-height: 36px;
        color: #989898; }
        .catalog07 .contactUs .top .cle p .iconfont {
          padding-right: 10px;
          color: #159215; }
        .catalog07 .contactUs .top .cle p a {
          color: #989898; }
          .catalog07 .contactUs .top .cle p a:hover {
            text-decoration: underline; }
  .catalog07 .contactUs .allmap {
    margin-top: 0; }

.sb-cont {
  display: flex;
  justify-content: space-between; }
  .sb-cont .sb-nav {
    flex: 0 0 300px;
    margin-right: 70px;
  margin-bottom: 50px; }
    .sb-cont .sb-nav a {
      display: flex;
      height: 40px;
      align-items: center;
      padding-left: 16px;
      background: #159215;
      transition: all 0.3s;
      color: #fff; }
      .sb-cont .sb-nav a:hover {
        background: #005223; }
    .sb-cont .sb-nav .sb-item > a {
      padding-left: 32px;
      background: rgba(21, 146, 21, 0.7);
      transition: all 0.3s;
      border-top: 1px solid #fff; }
      .sb-cont .sb-nav .sb-item > a i {
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: 6px;
        border-left: 1px solid #fff; }
      .sb-cont .sb-nav .sb-item > a:hover {
        background: #005223; }
  .sb-cont .sb-info {
    flex: 1;
    margin-bottom: 50px;
    box-shadow: 0 0 10px #ccc; }
    .sb-cont .sb-info > ul {
      padding: 30px 0 0 30px; }
      .sb-cont .sb-info > ul li {
        float: left;
        padding: 20px 0;
        height: 202px;
        margin-bottom: 30px; }
        .sb-cont .sb-info > ul li a {
          display: block;
          width: 250px; }
          .sb-cont .sb-info > ul li a img {
            width: 70%;
            border: 1px solid #ccc;
            padding: 4px;
            margin: 0 auto;
            display: inherit; }
        .sb-cont .sb-info > ul li span {
          display: block;
          text-align: center;
          color: #000;
          line-height: 40px; }

.yy {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px; }

.yy02 {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f7f7f7; }

.xz {
  text-align: right;
  margin-right: 14%; }
  .xz .btn {
    background: #159215;
    transition: all 0.3s;
    color: #fff; }
    .xz .btn:hover {
      color: #fff;
      background: #005223; }

@media screen and (max-width: 1400px) {
  body {
    min-width: 1400px; }

  .common .banner {
    min-width: 1200px;
    height: 100%; }
    .common .banner .cont-tow {
      width: 100%; }
      .common .banner .cont-tow img {
        width: 100%; }
  .common .cont {
    width: 100%;
    padding: 0 5%; }
  .common header .nav .nav_cont {
    width: 1400px; }

  .index .banner {
    margin-bottom: 60px;
    background: #5c5c5c;
    height: 100%; }
    .index .banner #carousel1 {
      width: 100%;
      margin: 0 auto;
      height: 100%;
      top: -13px;
      position: relative; }

  .sb-cont .sb-info {
    margin-right: 50px; }

  .catalog02 .main .pro-details img {
    /*width: 100%;*/
  } }

/*# sourceMappingURL=index.css.map */
